added SSCLI 1.0
[windows-sources.git] / sdk / samples / all in on code / Visual Studio 2010 / CSFTPDownload / MainForm.Designer.cs
blob5df1f7b907ad5a62cddb0c2261dacb87319cfff5
1 namespace CSFTPDownload
3 partial class MainForm
5 /// <summary>
6 /// Required designer variable.
7 /// </summary>
8 private System.ComponentModel.IContainer components = null;
10 /// <summary>
11 /// Clean up any resources being used.
12 /// </summary>
13 /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
14 protected override void Dispose(bool disposing)
16 if (disposing && (components != null))
18 components.Dispose();
20 base.Dispose(disposing);
23 #region Windows Form Designer generated code
25 /// <summary>
26 /// Required method for Designer support - do not modify
27 /// the contents of this method with the code editor.
28 /// </summary>
29 private void InitializeComponent()
31 this.pnlFTPServer = new System.Windows.Forms.Panel();
32 this.lbCurrentUrl = new System.Windows.Forms.Label();
33 this.btnConnect = new System.Windows.Forms.Button();
34 this.tbFTPServer = new System.Windows.Forms.TextBox();
35 this.lbFTPServer = new System.Windows.Forms.Label();
36 this.grpDownload = new System.Windows.Forms.GroupBox();
37 this.btnDownload = new System.Windows.Forms.Button();
38 this.btnBrowseDownloadPath = new System.Windows.Forms.Button();
39 this.tbDownloadPath = new System.Windows.Forms.TextBox();
40 this.lbDownloadPath = new System.Windows.Forms.Label();
41 this.pnlStatus = new System.Windows.Forms.Panel();
42 this.grpFileExplorer = new System.Windows.Forms.GroupBox();
43 this.lstFileExplorer = new System.Windows.Forms.ListBox();
44 this.btnNavigateParentFolder = new System.Windows.Forms.Button();
45 this.pnlCurrentPath = new System.Windows.Forms.Panel();
46 this.grpLog = new System.Windows.Forms.GroupBox();
47 this.lstLog = new System.Windows.Forms.ListBox();
48 this.pnlFTPServer.SuspendLayout();
49 this.grpDownload.SuspendLayout();
50 this.pnlStatus.SuspendLayout();
51 this.grpFileExplorer.SuspendLayout();
52 this.pnlCurrentPath.SuspendLayout();
53 this.grpLog.SuspendLayout();
54 this.SuspendLayout();
55 //
56 // pnlFTPServer
57 //
58 this.pnlFTPServer.Controls.Add(this.btnConnect);
59 this.pnlFTPServer.Controls.Add(this.tbFTPServer);
60 this.pnlFTPServer.Controls.Add(this.lbFTPServer);
61 this.pnlFTPServer.Dock = System.Windows.Forms.DockStyle.Top;
62 this.pnlFTPServer.Location = new System.Drawing.Point(0, 0);
63 this.pnlFTPServer.Name = "pnlFTPServer";
64 this.pnlFTPServer.Size = new System.Drawing.Size(1077, 33);
65 this.pnlFTPServer.TabIndex = 0;
66 //
67 // lbCurrentUrl
68 //
69 this.lbCurrentUrl.AutoSize = true;
70 this.lbCurrentUrl.Location = new System.Drawing.Point(106, 10);
71 this.lbCurrentUrl.Name = "lbCurrentUrl";
72 this.lbCurrentUrl.Size = new System.Drawing.Size(66, 13);
73 this.lbCurrentUrl.TabIndex = 4;
74 this.lbCurrentUrl.Text = "Current Path";
75 //
76 // btnConnect
77 //
78 this.btnConnect.Location = new System.Drawing.Point(440, 4);
79 this.btnConnect.Name = "btnConnect";
80 this.btnConnect.Size = new System.Drawing.Size(75, 23);
81 this.btnConnect.TabIndex = 2;
82 this.btnConnect.Text = "Connect";
83 this.btnConnect.UseVisualStyleBackColor = true;
84 this.btnConnect.Click += new System.EventHandler(this.btnConnect_Click);
85 //
86 // tbFTPServer
87 //
88 this.tbFTPServer.Location = new System.Drawing.Point(78, 8);
89 this.tbFTPServer.Name = "tbFTPServer";
90 this.tbFTPServer.Size = new System.Drawing.Size(355, 20);
91 this.tbFTPServer.TabIndex = 1;
92 this.tbFTPServer.Text = "ftp://localhost";
93 //
94 // lbFTPServer
95 //
96 this.lbFTPServer.AutoSize = true;
97 this.lbFTPServer.Location = new System.Drawing.Point(13, 13);
98 this.lbFTPServer.Name = "lbFTPServer";
99 this.lbFTPServer.Size = new System.Drawing.Size(58, 13);
100 this.lbFTPServer.TabIndex = 0;
101 this.lbFTPServer.Text = "FTPServer";
103 // grpDownload
105 this.grpDownload.Controls.Add(this.btnDownload);
106 this.grpDownload.Controls.Add(this.btnBrowseDownloadPath);
107 this.grpDownload.Controls.Add(this.tbDownloadPath);
108 this.grpDownload.Controls.Add(this.lbDownloadPath);
109 this.grpDownload.Dock = System.Windows.Forms.DockStyle.Fill;
110 this.grpDownload.Location = new System.Drawing.Point(524, 33);
111 this.grpDownload.Name = "grpDownload";
112 this.grpDownload.Size = new System.Drawing.Size(553, 341);
113 this.grpDownload.TabIndex = 0;
114 this.grpDownload.TabStop = false;
115 this.grpDownload.Text = "Download";
117 // btnDownload
119 this.btnDownload.Location = new System.Drawing.Point(91, 64);
120 this.btnDownload.Name = "btnDownload";
121 this.btnDownload.Size = new System.Drawing.Size(75, 23);
122 this.btnDownload.TabIndex = 3;
123 this.btnDownload.Text = "Download";
124 this.btnDownload.UseVisualStyleBackColor = true;
125 this.btnDownload.Click += new System.EventHandler(this.btnDownload_Click);
127 // btnBrowseDownloadPath
129 this.btnBrowseDownloadPath.Location = new System.Drawing.Point(427, 25);
130 this.btnBrowseDownloadPath.Name = "btnBrowseDownloadPath";
131 this.btnBrowseDownloadPath.Size = new System.Drawing.Size(75, 23);
132 this.btnBrowseDownloadPath.TabIndex = 2;
133 this.btnBrowseDownloadPath.Text = "Browse";
134 this.btnBrowseDownloadPath.UseVisualStyleBackColor = true;
135 this.btnBrowseDownloadPath.Click += new System.EventHandler(this.btnBrowseDownloadPath_Click);
137 // tbDownloadPath
139 this.tbDownloadPath.Location = new System.Drawing.Point(91, 26);
140 this.tbDownloadPath.Name = "tbDownloadPath";
141 this.tbDownloadPath.ReadOnly = true;
142 this.tbDownloadPath.Size = new System.Drawing.Size(329, 20);
143 this.tbDownloadPath.TabIndex = 1;
145 // lbDownloadPath
147 this.lbDownloadPath.AutoSize = true;
148 this.lbDownloadPath.Location = new System.Drawing.Point(7, 30);
149 this.lbDownloadPath.Name = "lbDownloadPath";
150 this.lbDownloadPath.Size = new System.Drawing.Size(77, 13);
151 this.lbDownloadPath.TabIndex = 0;
152 this.lbDownloadPath.Text = "DownloadPath";
154 // pnlStatus
156 this.pnlStatus.Controls.Add(this.grpLog);
157 this.pnlStatus.Dock = System.Windows.Forms.DockStyle.Bottom;
158 this.pnlStatus.Location = new System.Drawing.Point(0, 374);
159 this.pnlStatus.Name = "pnlStatus";
160 this.pnlStatus.Size = new System.Drawing.Size(1077, 199);
161 this.pnlStatus.TabIndex = 1;
163 // grpFileExplorer
165 this.grpFileExplorer.Controls.Add(this.lstFileExplorer);
166 this.grpFileExplorer.Controls.Add(this.pnlCurrentPath);
167 this.grpFileExplorer.Dock = System.Windows.Forms.DockStyle.Left;
168 this.grpFileExplorer.Location = new System.Drawing.Point(0, 33);
169 this.grpFileExplorer.Name = "grpFileExplorer";
170 this.grpFileExplorer.Size = new System.Drawing.Size(524, 341);
171 this.grpFileExplorer.TabIndex = 2;
172 this.grpFileExplorer.TabStop = false;
173 this.grpFileExplorer.Text = "FTP File Explorer";
175 // lstFileExplorer
177 this.lstFileExplorer.Dock = System.Windows.Forms.DockStyle.Fill;
178 this.lstFileExplorer.FormattingEnabled = true;
179 this.lstFileExplorer.Location = new System.Drawing.Point(3, 48);
180 this.lstFileExplorer.Name = "lstFileExplorer";
181 this.lstFileExplorer.SelectionMode = System.Windows.Forms.SelectionMode.MultiExtended;
182 this.lstFileExplorer.Size = new System.Drawing.Size(518, 290);
183 this.lstFileExplorer.TabIndex = 0;
184 this.lstFileExplorer.DoubleClick += new System.EventHandler(this.lstFileExplorer_DoubleClick);
186 // btnNavigateParentFolder
188 this.btnNavigateParentFolder.Location = new System.Drawing.Point(9, 4);
189 this.btnNavigateParentFolder.Name = "btnNavigateParentFolder";
190 this.btnNavigateParentFolder.Size = new System.Drawing.Size(91, 23);
191 this.btnNavigateParentFolder.TabIndex = 5;
192 this.btnNavigateParentFolder.Text = "Parent Folder";
193 this.btnNavigateParentFolder.UseVisualStyleBackColor = true;
194 this.btnNavigateParentFolder.Click += new System.EventHandler(this.btnNavigateParentFolder_Click);
196 // pnlCurrentPath
198 this.pnlCurrentPath.Controls.Add(this.lbCurrentUrl);
199 this.pnlCurrentPath.Controls.Add(this.btnNavigateParentFolder);
200 this.pnlCurrentPath.Dock = System.Windows.Forms.DockStyle.Top;
201 this.pnlCurrentPath.Location = new System.Drawing.Point(3, 16);
202 this.pnlCurrentPath.Name = "pnlCurrentPath";
203 this.pnlCurrentPath.Size = new System.Drawing.Size(518, 32);
204 this.pnlCurrentPath.TabIndex = 6;
206 // grpLog
208 this.grpLog.Controls.Add(this.lstLog);
209 this.grpLog.Dock = System.Windows.Forms.DockStyle.Fill;
210 this.grpLog.Location = new System.Drawing.Point(0, 0);
211 this.grpLog.Name = "grpLog";
212 this.grpLog.Size = new System.Drawing.Size(1077, 199);
213 this.grpLog.TabIndex = 0;
214 this.grpLog.TabStop = false;
215 this.grpLog.Text = "Log";
217 // lstLog
219 this.lstLog.Dock = System.Windows.Forms.DockStyle.Fill;
220 this.lstLog.FormattingEnabled = true;
221 this.lstLog.Location = new System.Drawing.Point(3, 16);
222 this.lstLog.Name = "lstLog";
223 this.lstLog.Size = new System.Drawing.Size(1071, 180);
224 this.lstLog.TabIndex = 0;
226 // MainForm
228 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
229 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
230 this.ClientSize = new System.Drawing.Size(1077, 573);
231 this.Controls.Add(this.grpDownload);
232 this.Controls.Add(this.grpFileExplorer);
233 this.Controls.Add(this.pnlStatus);
234 this.Controls.Add(this.pnlFTPServer);
235 this.Name = "MainForm";
236 this.Text = "CSFTPDownload";
237 this.pnlFTPServer.ResumeLayout(false);
238 this.pnlFTPServer.PerformLayout();
239 this.grpDownload.ResumeLayout(false);
240 this.grpDownload.PerformLayout();
241 this.pnlStatus.ResumeLayout(false);
242 this.grpFileExplorer.ResumeLayout(false);
243 this.pnlCurrentPath.ResumeLayout(false);
244 this.pnlCurrentPath.PerformLayout();
245 this.grpLog.ResumeLayout(false);
246 this.ResumeLayout(false);
250 #endregion
252 private System.Windows.Forms.Panel pnlFTPServer;
253 private System.Windows.Forms.Button btnConnect;
254 private System.Windows.Forms.TextBox tbFTPServer;
255 private System.Windows.Forms.Label lbFTPServer;
256 private System.Windows.Forms.GroupBox grpDownload;
257 private System.Windows.Forms.Panel pnlStatus;
258 private System.Windows.Forms.GroupBox grpFileExplorer;
259 private System.Windows.Forms.ListBox lstFileExplorer;
260 private System.Windows.Forms.Button btnDownload;
261 private System.Windows.Forms.Button btnBrowseDownloadPath;
262 private System.Windows.Forms.TextBox tbDownloadPath;
263 private System.Windows.Forms.Label lbDownloadPath;
264 private System.Windows.Forms.Label lbCurrentUrl;
265 private System.Windows.Forms.Panel pnlCurrentPath;
266 private System.Windows.Forms.Button btnNavigateParentFolder;
267 private System.Windows.Forms.GroupBox grpLog;
268 private System.Windows.Forms.ListBox lstLog;